U_CAPI void unum_setTextAttribute ( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const UChar* newValue, int32_t newValueLength, UErrorCode *status)

Set a text attribute associated with a UNumberFormat

Documentation

Set a text attribute associated with a UNumberFormat. An example of a text attribute is the suffix for positive numbers.
Parameters:
fmt - The formatter to set.
attr - The attribute to set; one of UNUM_POSITIVE_PREFIX, UNUM_POSITIVE_SUFFIX, UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX
newValue - The new value of attr.
newValueLength - The length of newValue, or -1 if null-terminated.
status - A pointer to an UErrorCode to receive any errors
See Also:
unum_getTextAttribute
unum_getAttribute
unum_setAttribute

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de